home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / DGVariables.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-21  |  1.0 KB  |  21 lines

  1.  
  2. static const char *dgShapeSymbolName[5] = {"Rectangle","Rounded Rectangle","Circle","Diamond","Hexagon"};
  3.  
  4. static const char *dgEndName = "end\n\n";
  5.  
  6. static const char *dgRtfControlName ="\trtfText {\\rtf0\\ansi{\\fonttbl\\f1\\fnil %s;\\f0\\fswiss Helvetica;}\\margl40\\margr40\\pard\\tx533\\tx1067\\tx1601\\tx2135\\tx2668\\tx3202\\tx3736\\tx4270\\tx4803\\tx5337\\f1\\%s\\%s\\ulnone\\qc\\fs%2.0f\\fc0\\cf0 %s}";
  7.  
  8. static unsigned dgNextNr;
  9.  
  10. static NXColorList *dgColorList;
  11.  
  12. static const char dgPrintInfoEnd[6] = {0x96,0x12,0x12,0x12,0x12,0x86};
  13.  
  14.     
  15. static const char *dgDocuBegin = "#!DG_TEXT-Version-2\n# Built by Wood.app\n\nwindowOrigin 196.00 6.00\nviewOrigin 1.00 9.00\nviewSize 825.00 578.00\nvisibleOrigin 0.00 0.00\nshowTools\ndefaultFont \"Helvetica\"\ndefaultFontSize 12.00\nprintInfoFile \"PrintInfo\"\ncolorFile \"Colors.clr\"\n";
  16.  
  17. static const char *dgVertexComment = "\n\n#Vertex Section\n\n";
  18.  
  19. static const char *dgSymbolComment = "\n\n#Symbol Section\n\n";
  20.  
  21. static const char *dgLineComment = "\n\n#Line Section\n\n";